home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / CADAR / Symbols / Other / combination-tones < prev    next >
Text File  |  1998-10-22  |  351b  |  13 lines

  1. combination-tones melody1 melody2
  2.  
  3. this function converts symbols to frequencies and 
  4. simply takes the difference between melody1-freqs 
  5. and melody2-freqs which is then rounded back to closest symbol.  
  6.  
  7.  
  8.  
  9. (combination-tones '(a a a a a a a a a a a a a) '(a b c d e f g h i j k l m))
  10. ->(|-ï| |-r| |-e| -^ -x -t -p -m -j -h -e -c a)
  11.  
  12. see also add-tone
  13.